From: Jeremy Bicha Date: Thu, 31 Oct 2019 02:29:56 +0000 (-0400) Subject: Build gir1.2-babl-0.1 package X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~72 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=19884362b0894ccf5820e9155c7c072f323d3506;p=babl.git Build gir1.2-babl-0.1 package This is now required for gegl's gir package --- diff --git a/debian/control b/debian/control index 7d76417..09bdf42 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Jeremy Bicha Build-Depends: debhelper-compat (= 12), -# dh-sequence-gir, + dh-sequence-gir, dh-sequence-gnome, -# libgirepository1.0-dev, + libgirepository1.0-dev, liblcms2-dev, meson (>= 0.50.0), python3-setuptools, @@ -36,7 +36,8 @@ Package: libbabl-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libbabl-0.1-0 (= ${binary:Version}), +Depends: gir1.2-babl-0.1 (= ${binary:Version}), + libbabl-0.1-0 (= ${binary:Version}), liblcms2-dev, ${misc:Depends} Description: Dynamic, any to any, pixel format conversion library (development files) @@ -59,18 +60,20 @@ Description: Dynamic, any to any, pixel format conversion library (documentation also facilitates creation of new and uncommon ones. . This package contains the API documentation. -# -#Package: gir1.2-babl-0.1 -#Section: introspection -#Architecture: any -#Depends: libbabl-0.1-0 (= ${binary:Version}), -# ${misc:Depends}, -# ${gir:Depends} -#Description: GObject introspection data for Babl library -# Babl is a dynamic, any to any, pixel format conversion library. It -# provides conversions between the myriad of buffer types images can be -# stored in. Babl doesn't only help with existing pixel formats, but -# also facilitates creation of new and uncommon ones. -# . -# This package can be used by other packages using the GIRepository format -# to generate dynamic bindings. + +Package: gir1.2-babl-0.1 +Section: introspection +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${gir:Depends} +Description: GObject introspection data for Babl library + Babl is a dynamic, any to any, pixel format conversion library. It + provides conversions between the myriad of buffer types images can be + stored in. Babl doesn't only help with existing pixel formats, but + also facilitates creation of new and uncommon ones. + . + This package contains introspection data for the library. + . + This package can be used by other packages using the GIRepository format + to generate dynamic bindings. diff --git a/debian/control.in b/debian/control.in index 9ce9643..9fd102d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,9 +4,9 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper-compat (= 12), -# dh-sequence-gir, + dh-sequence-gir, dh-sequence-gnome, -# libgirepository1.0-dev, + libgirepository1.0-dev, liblcms2-dev, meson (>= 0.50.0), python3-setuptools, @@ -32,7 +32,8 @@ Package: libbabl-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libbabl-0.1-0 (= ${binary:Version}), +Depends: gir1.2-babl-0.1 (= ${binary:Version}), + libbabl-0.1-0 (= ${binary:Version}), liblcms2-dev, ${misc:Depends} Description: Dynamic, any to any, pixel format conversion library (development files) @@ -55,18 +56,20 @@ Description: Dynamic, any to any, pixel format conversion library (documentation also facilitates creation of new and uncommon ones. . This package contains the API documentation. -# -#Package: gir1.2-babl-0.1 -#Section: introspection -#Architecture: any -#Depends: libbabl-0.1-0 (= ${binary:Version}), -# ${misc:Depends}, -# ${gir:Depends} -#Description: GObject introspection data for Babl library -# Babl is a dynamic, any to any, pixel format conversion library. It -# provides conversions between the myriad of buffer types images can be -# stored in. Babl doesn't only help with existing pixel formats, but -# also facilitates creation of new and uncommon ones. -# . -# This package can be used by other packages using the GIRepository format -# to generate dynamic bindings. + +Package: gir1.2-babl-0.1 +Section: introspection +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${gir:Depends} +Description: GObject introspection data for Babl library + Babl is a dynamic, any to any, pixel format conversion library. It + provides conversions between the myriad of buffer types images can be + stored in. Babl doesn't only help with existing pixel formats, but + also facilitates creation of new and uncommon ones. + . + This package contains introspection data for the library. + . + This package can be used by other packages using the GIRepository format + to generate dynamic bindings. diff --git a/debian/gir1.2-babl-0.1.install b/debian/gir1.2-babl-0.1.install index 5ac77b8..49d71c9 100644 --- a/debian/gir1.2-babl-0.1.install +++ b/debian/gir1.2-babl-0.1.install @@ -1 +1 @@ -#usr/lib/*/girepository-1.0/Babl-0.1.typelib usr/lib/girepository-1.0 +usr/lib/*/girepository-1.0 diff --git a/debian/libbabl-dev.install b/debian/libbabl-dev.install index 5589ed3..037fca5 100644 --- a/debian/libbabl-dev.install +++ b/debian/libbabl-dev.install @@ -1,4 +1,4 @@ usr/include/ usr/lib/*/libbabl*.so usr/lib/*/pkgconfig/ -#usr/share/gir-1.0/Babl-0.1.gir +usr/share/gir-1.0/Babl-0.1.gir diff --git a/debian/rules b/debian/rules index fc8bf6d..60dd2d3 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ endif override_dh_auto_configure: dh_auto_configure -- \ $(sse_flags) \ - -Denable-gir=false \ -Denable-sse4_1=false \ -Denable-f16c=false